Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mannj-nef/tito-practice-js
https://github.com/mannj-nef/tito-practice-js
javascript json-server parcel-bundler scss
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mannj-nef/tito-practice-js
- Owner: Mannj-nef
- Created: 2023-03-09T05:32:22.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T09:00:14.000Z (8 months ago)
- Last Synced: 2024-11-05T19:43:49.064Z (2 months ago)
- Topics: javascript, json-server, parcel-bundler, scss
- Language: JavaScript
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
[![Build Status](https://app.netlify.com/sites/dapper-sprinkles-11dca3/overview)]
[link Web Demo](https://dapper-sprinkles-11dca3.netlify.app/)## TIMELINE:
- (9/3 - 20/3)
## TECHNICAL
- JavaScript
- MVC
- Json-server
- axios
- Parcel
- Sass## TARGET:
- Apply MVC pattenrn to this practive, study model-view-control-service use js to render dom, use json-server to fake api database, use axios to call api, use eslint, preattier, lint-staged, husky to format and clean code
## CLONE
Open the terminal at the directory you want to install
git clone [git](https://github.com/Mannj-nef/TITO-training-practice-js)## INSTALLATION
Dillinger requires [Node.js](https://nodejs.org/) v10+ to run.
Install the dependencies and devDependencies and start the server.create file .env
```sh
BASE_URL=http://localhost:9999
```new terminal
```sh
cd project-js
json-server --wath db.json --port 9999
``````sh
cd project-js
npm i
npm startOpen on web: http://localhost:1234
```