React boilerplate for everyone
- React (v16.3) - a JavaScript library for building user interfaces
- Babel - a JavaScript compiler
- Webpack (v4.5) with plugins - a module bundler
- PostCSS, Sass - add a bit of style to your website
- React Hot Loader (v4) Tweak React components in real time
- Linters + Prettier Tweak React components in real time ⚛️⚡️
Clone repository to your local workspace:
git clone https://github.com/mkaczkowski/daftcode-react-starter.gitInstall project dependencies using npm or yarn:
cd daftcode-react-starter
npm installStart developing your own website:
npm run startOpen in your browser:
http://localhost:3000Production build of the website:
npm buildServe build files on your local server:
npm serveOpen in your browser:
http://localhost:5000MIT
Mariusz Kaczkowski from DaftCode