- nvm (v) (install details)
- Node (v) (install details)
- yarn (v)
The future stack:
- NextJS
- ES6 (Babel)
- React
- Axios
- Tailwind
- Styled Components
- ESlint
- Prettier
- Husky
Set the application variables according to the .env.sample
file as template
API_BASE_URL=https://mybaseurl.com
Run the application in development mode:
yarn && yarn dev
NODE_ENV=production yarn build
In the future, maybe I will bring this model a good way to deploy. In case I can get the time. For now use Vercel, Netlify or whatever you want