Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timneutkens/portfolio-ms
https://github.com/timneutkens/portfolio-ms
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/timneutkens/portfolio-ms
- Owner: timneutkens
- License: mit
- Created: 2019-01-27T13:18:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T15:12:36.000Z (almost 6 years ago)
- Last Synced: 2024-10-04T12:41:25.867Z (3 months ago)
- Language: JavaScript
- Size: 2.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next.js Starter
Minimalistic starter project with Bulma, SASS, and ESLint configured to get you up and running quickly.
## Getting Started
### Prerequisites
First clone the repo with
```
git clone https://github.com/techno246/next-starter.git [foldername]
```### Installing
Install all dependencies with
```
npm install
```### Running
You can run the development server with
```
npm run dev
```## Build
To build the project, use
```
npm run build
```You can then export it as a static app with
```
npm run export
```## Built With
* [Next.js](http://www.dropwizard.io/1.0.2/docs/) - React framework
* [Bulma](https://maven.apache.org/) - Style library
* [ESLint](https://eslint.org/) - Linter
* [Sass](http://sass-lang.com/)## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details