# api-server **Repository Path**: mirrors_egoist/api-server ## Basic Information - **Project Name**: api-server - **Description**: Establish an API server which is written in ES2015+. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # api-server Establish an API server which is written in ES2015+. ## What's included? - [x] Express - [x] nodemon - [x] Basic routing - [x] ES2015 (`async/await` and stage-0 features) - [ ] Basic unit testing - [x] Lint with XO ## Download To download a bare repo, you can run following commands in your shell: ```bash $ npm i -g download-repo-cli $ download-repo egoist/api-server -o api-server $ cd api-server # let the hacking begin! 🎉 ``` It's quite like `git clone --depth=1`, but a little faster and do not contain any commit history. ## Scripts |Command|Description| |---|---| |npm run build|Build server to ES5| |npm run dev|Start dev server| |npm start|Start production server| |npm run lint|Lint your code with XO| ## License MIT © [EGOIST](https://github.com/egoist)