boonya / cra

React App Template

Home Page:https://boonya.github.io/cra/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React App Template

Development

Before you run the application on your machine, you have to create .env file and fill it out with actual secrets. Also do not forget to run nvm use command to apply appropriate node and npm versions and then install dependencies by npm i.

cp .env.example .env
nvm use
npm i
npm start

About

React App Template

https://boonya.github.io/cra/

License:MIT License


Languages

Language:JavaScript 92.8%Language:CSS 4.5%Language:HTML 2.7%