Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 start

Open on web: http://localhost:1234
```