Skip to content
This repository was archived by the owner on Sep 23, 2023. It is now read-only.

Commit d9bfcd3

Browse files
React app setup and initial files.
0 parents  commit d9bfcd3

23 files changed

+13333
-0
lines changed

.babelrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
'presets': ['babel-preset-env', 'babel-preset-react']
3+
}

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
dist
2+
node_modules

BACKLOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
# Generic React App
3+
4+
- Styles
5+
- Nav
6+
- Pages
7+
- Blog
8+
- Category Nav
9+
- Excerpt
10+
- Post
11+
- Replace logo
12+
- Re-think default redirection
13+
- Get page title and subtitle
14+
15+
16+
# Examples
17+
- Tech news WP site
18+
- Music WP site
19+
- Institutional (NaN) WP site

README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)