Krzemien / daftcode-react-starter

Minimal React boilerplate with all modern goodies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

โš› daftcode-react-starter

React boilerplate for everyone

๐Ÿ•น Features

๐Ÿ”ง Installation

Clone repository to your local workspace:

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

Install project dependencies using npm or yarn:

cd daftcode-react-starter
npm install

๐ŸŽฎ Development

Start developing your own website:

npm run start

Open in your browser:

http://localhost:3000

๐Ÿ‘Œ Production

Production build of the website:

npm build

Serve build files on your local server:

npm serve

Open in your browser:

http://localhost:5000

๐Ÿ“œ License

MIT

๐Ÿ‘จ Author

Mariusz Kaczkowski from DaftCode

About

Minimal React boilerplate with all modern goodies


Languages

Language:JavaScript 88.5%Language:CSS 7.6%Language:HTML 3.9%