Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a1exalexander/fe-project
Template for new front-end project
https://github.com/a1exalexander/fe-project
Last synced: 3 days ago
JSON representation
Template for new front-end project
- Host: GitHub
- URL: https://github.com/a1exalexander/fe-project
- Owner: a1exalexander
- Created: 2024-07-06T10:16:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T16:18:24.000Z (6 months ago)
- Last Synced: 2025-01-01T20:53:41.697Z (6 days ago)
- Language: SCSS
- Size: 286 KB
- Stars: 0
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homework title
## About
Context and progress go here## Installation
1. Clone this repository
2. Install NPM packages
```shell
npm install
```
3. Run development server
```shell
npm run dev
```4. Build for production
```shell
npm run build
```## Copyright
This project is licensed under the terms of the MIT license and protected by Udacity Honor Code and Community Code of Conduct. See [license](LICENSE.md) and [disclaimer](LICENSE.DISCLAIMER.md).