Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mannj-nef/tito-practice-ts
https://github.com/mannj-nef/tito-practice-ts
javascript json-server parcel-bundler scss typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mannj-nef/tito-practice-ts
- Owner: Mannj-nef
- Created: 2023-04-25T05:36:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-16T10:36:33.000Z (over 1 year ago)
- Last Synced: 2024-11-05T19:43:46.586Z (3 months ago)
- Topics: javascript, json-server, parcel-bundler, scss, typescript
- Language: TypeScript
- Homepage:
- Size: 259 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conver practive js to ts
## TIMELINE:
## TECHNICAL
- TypeScript
- MVC
- Json-server
- axios
- Parcel
- Sass## TARGET:
## CLONE
Open the terminal at the directory you want to install
git clone [git](https://github.com/Mannj-nef/TITO-training-practice-ts)## 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
```