create an .env
file as .env.example
in the root of the project
First install dependencies:
npm install
To run in hot reloading mode using webpack-dev-server:
npm start
To create a production build:
npm run build
Open the file public/index.html
in your browser
MIT
Free Software, Hell Yeah!