Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lehiboumt/myfrontapp
- Owner: LeHibouMT
- Created: 2024-03-08T13:14:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T11:37:42.000Z (about 2 months ago)
- Last Synced: 2025-01-19T16:09:28.339Z (21 days ago)
- Topics: babel, css, front-end, html, javascript, less, react, react-router, typescript, web, webpack
- Language: TypeScript
- Homepage:
- Size: 2.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.