Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lehiboumt/myfrontapp

Web application in React 19 with TypeScript, Less, Webpack and Babel.
https://github.com/lehiboumt/myfrontapp

babel css front-end html javascript less react react-router typescript web webpack

Last synced: 21 days ago
JSON representation

Web application in React 19 with TypeScript, Less, Webpack and Babel.

Awesome Lists containing this project

README

        

# MyApp

Web application in React 19 using React Router, with TypeScript, Less, Babel and Webpack by Michel Taing.

## Table of Contents

"Click to show/hide"

- [Set up, update and run the project](#Set-up-update-and-run-the-project)
- [Notes](#Notes)

## Set up, update and run the project:

> [!NOTE]
>
>

Any user can set up the project from scratch and run the project locally by following the steps below. The project uses port 3000.

1.

Use the command below with your username to clone the project:

```
git clone [email protected]:username/MyFrontApp.git
```

2. Install nvm (.exe file).

3.

Install node version with:

```
nvm install lts
nvm use version
```

4.

Install packages:

```
npm install
```

5.

Check updates:

```
npm outdated
```

6.

update if necessary:

```
npm update --save
```

7.

To run the project locally:

```
npm run dev
```

## Notes:

> [!NOTE]
>
>

Public files such as images may not be included in the repository.