mkaczkowski / modern-react-starter

Full working React boilerplate with all modern goodies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

โš› modern-react-starter

Cutting edge React JS boilerplate for everyone

๐Ÿ•น Features

  • React (v16.5.2) - JavaScript library for building user interfaces
  • Flow - Static type checker for JavaScript.
  • Babel v7 - JavaScript transpiler
  • Webpack (v4.17.1) with plugins - a module bundler
  • PostCSS - add a bit of modern styling to your website
  • Jest (v.23) - Delightful JavaScript testing library
  • React Hot Loader (v4) - Tweak React components in real time
  • Linters (ESLint, Stylelint) + Prettier - Tweak React components in real time โš›๏ธโšก๏ธ
  • Docz - Document your code with mdx

๐Ÿ”ง Installation

Clone repository to your local workspace:

git clone https://github.com/mkaczkowski/modern-react-starter.git

Install project dependencies using npm or yarn:

cd modern-react-starter
yarn or npm install

๐ŸŽฎ Development

Start developing your own website:

yarn start

Open in your browser:

http://localhost:3000

๐Ÿ™ Testing

Validate your unit tests

yarn test

Run tests with code coverage

yarn test:coverage

๐Ÿ‘Œ Production

Production build of the website:

yarn build

Serve build files on your local server:

yarn serve

Open in your browser:

http://localhost:5000

๐Ÿ“œ License

MIT

๐Ÿ‘จ Author

Mariusz Kaczkowski @LinkedIn

About

Full working React boilerplate with all modern goodies

License:MIT License


Languages

Language:JavaScript 93.5%Language:CSS 3.7%Language:HTML 2.8%