Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 419 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 419 Bytes

Non CRA React Template

Barebones React template to get you up and running.

Installation

  • Use this template (will generate repository for you)
git clone <generated repo>
cd <cloned folder path>
npm install

Running development

npm run dev

Running production

npm run prod

Upcoming features

  • Code Splitting

License

MIT