Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 884 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 884 Bytes

GA London React Template

## Using NPM

yarn start or yarn dev to run the development server

yarn build to create a build directory

## Using Yarn

yarn start or yarn dev to run the development server

yarn build to create a build directory

⚠️

To prevent the failed-to-compile issue for linter errors like no-unsed-vars, rename the .env.example to .env and restart your development server. Note this will only change the behaviour of certain linter errors to now be warnings, and is added just to allow your code to compile in development. These errors should still be fixed and other errors will still result in the code being unable to compile

This project was bootstrapped with Create React App.