Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 425 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 425 Bytes

React Starter

A basic ReactJS starter kit highly inspired from create-react-app. This starter uses the beta releases of Webpack.

Start development

npm i
npm run dev

Build

npm run build

Disclaimer

I created this project just for personal use but feel free to make changes!

Credits