It is very simple project, that why I am using the basic techniques but still availabitity to make scale up.
- Without any boilerplate.
http://without-boilerplate.piiq-tee.surge.sh/
- Create a .env file in the root directory of your project like
.env.sample - Run
npm run start or yarn startfor a dev server. Navigate tohttp://localhost:8080/. The app will automatically reload if you change any of the source files.
Run npm run build to build the project. The build artifacts will be stored in the build/ directory.