DEV Community

artemismars
artemismars

Posted on

2 1

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)

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay