Clone the project
> git clone https://github.com/adazol123/mobile-first-react-boilerplate.git 'Your project name here'
Go to the project directory
> cd 'Your project name here'
Install dependencies
> npm install
# or
> yarn install
Start the server
> npm run start
# or
> yarn start
Run the sass watcher
> sass --watch src/style/scss:src/style/css
Client: React, Next, Sass with TailwindCSS inspired
Server: Node, MongoDB, Firebase
Deployment: Vercel, Firebase, Hostinger, Cloudflare