This project has two versions: Javascript and Typescript
Copy the command below which will clone this repo and run a script which will reinitialize the project to bare minimum.
In your shell, run:
git clone --single-branch https://github.com/deepanshu44/react-template && cd react-template && ./script.sh || echo -e "\e[7;31m X \e[m \e[4;31mERROR\e[m"
The script will ask you whether you want javascript or typescript version. Just input j
for javascript and t
for typescript and press Enter
.
and finally to serve your newly created application, run:
npm run serve
This project has been created using webpack-cli