Dailysun is a weather portal focused in accesibility.
Site: dailysun.vercel.app
To run this project locally:
Linux & npm
Clone this repo $ git clone https://github.com/devacran/Dailysun.git
Frontend
- Enter to the folder
$ cd ./Dailysun/FrontendDailySun
- Install dependencies
$ npm i
- Run development enviroment
$ npm run start:dev
API
- Enter to the folder
$ cd ./Dailysun/DailySuunAPI
- Install dependencies
$ npm i
- Run the server
$ npm run start:dev
This project has deployed with Vercel
The MIT Licence (MIT)
If you want to contribute with this project, just make a Pull Request explaining the improving.
Frontend
- Javascript
- Pug JS
- Sass
- Chart JS
- Webpack
- Babel
Backend
- Express
- Node JS