Skip to content

Commit 49089d4

Browse files
committed
initial commit
0 parents  commit 49089d4

File tree

6 files changed

+7677
-0
lines changed

6 files changed

+7677
-0
lines changed

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["@babel/preset-env"]
3+
}

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
node_modules
2+
.DS_Store
3+
.env
4+
.env.local
5+
.env.development.local
6+
.env.test.local
7+
.env.production.local

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Express API Starter Project
2+
3+
This project includes the packages and babel setup for an express server, and is just meant to make things a little simpler to get up and running with.
4+
5+
## Getting started
6+
7+
Install dependencies with `npm install`, then start the server by running `npm run dev`
8+
9+
## View it live
10+
11+
Every project should be deployed somewhere. Be sure to include the link to the deployed project so that the viewer can click around and see what it's all about.

0 commit comments

Comments
 (0)