jojonarte / clean-architecture-react

Clean architecture react template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Clean architecture react template

License:MIT License


Languages

Language:JavaScript 88.3%Language:HTML 11.7%