This is a starting point for a React app using Fullstack Academy's boilerplate.
- Fork and clone this repo
npm install
- Start the build process and your application with:
npm run start:dev
. If you using Windows, you may need to executenpm run start-server
andnpm run build-watch
separately (in their own terminal tabs). - Check out the starting seed file in
seed.js
- you can run it by executingnpm run seed