DEV Community

artemismars
artemismars

Posted on

Create your react app fast!

I am glad to introduce my react boilerplate which will start your react app faster than create-react-app.
This will automatically install and run your react app and you can start your coding right away.

try copy and paste this command in your terminal and hit the enter ๐Ÿ˜„

Run this command in your terminal!

git clone https://github.com/NEARworld/near-react-boilerplate.git && cd ./near-react-boilerplate && git remote remove origin && npm i && npm run build && npm start
Enter fullscreen mode Exit fullscreen mode

If You liked it please star the repo thanks ๐Ÿ˜„
https://github.com/NEARworld/near-react-boilerplate

Also You can check Typescript version in the README.md !

Top comments (0)