Parcel through Express, React starter-kit.
- Parcel bundler through Express.
- React with React Router.
- Bootstrap through ReactStrap.
- PostCSS with Autoprefixer and CSS Modules.
- ESLint extending Airbnb.
npm installnpm startOpen http://localhost:1234.
- All files in
/src/clientwill hot reload when edited. - All files in
/src/serverwill cause a server restart when edited (requires manual refresh).
Just deploy the entire repo to a Node web server environment, like Heroku. npm start will boot up Express, serving the production build (requires process.env.NODE_ENV to equal 'production').