Skip to content

AnkaAnka123/daftcode-react-starter

 
 

Repository files navigation

⚛ 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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.5%
  • CSS 7.6%
  • HTML 3.9%