- Install NodeJS LTS version from NodeJs Official Page
- Clone repo
- Open Terminal
- Go to your file project
- (If not) Run in terminal
npm install - (If not) Run in terminal
npm run buildfor build your project - (If not) Run in terminal
npm run start - Navigate to https://localhost:3000
- Check more about Tailwind CSS
In one command:
git clone git@github.com:SPUN-UNAL/SPUN-frontend-ds.git
cd SPUN-frontend-ds
npm install
npm run build
npm run start