Skip to content

Commit 5f0c60d

Browse files
committed
first commit
0 parents  commit 5f0c60d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+29458
-0
lines changed

.gitignore

+270
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,270 @@
1+
node_modules
2+
dist
3+
build
4+
.env
5+
6+
## Ignore Visual Studio temporary files, build results, and
7+
## files generated by popular Visual Studio add-ons.
8+
9+
# Azure Functions localsettings file
10+
local.settings.json
11+
appsettings.json
12+
13+
# User-specific files
14+
*.suo
15+
*.user
16+
*.userosscache
17+
*.sln.docstates
18+
19+
# User-specific files (MonoDevelop/Xamarin Studio)
20+
*.userprefs
21+
22+
# Build results
23+
[Dd]ebug/
24+
[Dd]ebugPublic/
25+
[Rr]elease/
26+
[Rr]eleases/
27+
x64/
28+
x86/
29+
bld/
30+
[Bb]in/
31+
[Oo]bj/
32+
[Ll]og/
33+
34+
# Visual Studio 2015 cache/options directory
35+
.vs/
36+
# Uncomment if you have tasks that create the project's static files in wwwroot
37+
#wwwroot/
38+
39+
# MSTest test Results
40+
[Tt]est[Rr]esult*/
41+
[Bb]uild[Ll]og.*
42+
43+
# NUNIT
44+
*.VisualState.xml
45+
TestResult.xml
46+
47+
# Build Results of an ATL Project
48+
[Dd]ebugPS/
49+
[Rr]eleasePS/
50+
dlldata.c
51+
52+
# DNX
53+
project.lock.json
54+
project.fragment.lock.json
55+
artifacts/
56+
57+
*_i.c
58+
*_p.c
59+
*_i.h
60+
*.ilk
61+
*.meta
62+
*.obj
63+
*.pch
64+
*.pdb
65+
*.pgc
66+
*.pgd
67+
*.rsp
68+
*.sbr
69+
*.tlb
70+
*.tli
71+
*.tlh
72+
*.tmp
73+
*.tmp_proj
74+
*.log
75+
*.vspscc
76+
*.vssscc
77+
.builds
78+
*.pidb
79+
*.svclog
80+
*.scc
81+
82+
# Chutzpah Test files
83+
_Chutzpah*
84+
85+
# Visual C++ cache files
86+
ipch/
87+
*.aps
88+
*.ncb
89+
*.opendb
90+
*.opensdf
91+
*.sdf
92+
*.cachefile
93+
*.VC.db
94+
*.VC.VC.opendb
95+
96+
# Visual Studio profiler
97+
*.psess
98+
*.vsp
99+
*.vspx
100+
*.sap
101+
102+
# TFS 2012 Local Workspace
103+
$tf/
104+
105+
# Guidance Automation Toolkit
106+
*.gpState
107+
108+
# ReSharper is a .NET coding add-in
109+
_ReSharper*/
110+
*.[Rr]e[Ss]harper
111+
*.DotSettings.user
112+
113+
# JustCode is a .NET coding add-in
114+
.JustCode
115+
116+
# TeamCity is a build add-in
117+
_TeamCity*
118+
119+
# DotCover is a Code Coverage Tool
120+
*.dotCover
121+
122+
# NCrunch
123+
_NCrunch_*
124+
.*crunch*.local.xml
125+
nCrunchTemp_*
126+
127+
# MightyMoose
128+
*.mm.*
129+
AutoTest.Net/
130+
131+
# Web workbench (sass)
132+
.sass-cache/
133+
134+
# Installshield output folder
135+
[Ee]xpress/
136+
137+
# DocProject is a documentation generator add-in
138+
DocProject/buildhelp/
139+
DocProject/Help/*.HxT
140+
DocProject/Help/*.HxC
141+
DocProject/Help/*.hhc
142+
DocProject/Help/*.hhk
143+
DocProject/Help/*.hhp
144+
DocProject/Help/Html2
145+
DocProject/Help/html
146+
147+
# Click-Once directory
148+
publish/
149+
150+
# Publish Web Output
151+
*.[Pp]ublish.xml
152+
*.azurePubxml
153+
# TODO: Comment the next line if you want to checkin your web deploy settings
154+
# but database connection strings (with potential passwords) will be unencrypted
155+
#*.pubxml
156+
*.publishproj
157+
158+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
159+
# checkin your Azure Web App publish settings, but sensitive information contained
160+
# in these scripts will be unencrypted
161+
PublishScripts/
162+
163+
# NuGet Packages
164+
*.nupkg
165+
# The packages folder can be ignored because of Package Restore
166+
**/packages/*
167+
# except build/, which is used as an MSBuild target.
168+
!**/packages/build/
169+
# Uncomment if necessary however generally it will be regenerated when needed
170+
#!**/packages/repositories.config
171+
# NuGet v3's project.json files produces more ignoreable files
172+
*.nuget.props
173+
*.nuget.targets
174+
175+
# Microsoft Azure Build Output
176+
csx/
177+
*.build.csdef
178+
179+
# Microsoft Azure Emulator
180+
ecf/
181+
rcf/
182+
183+
# Windows Store app package directories and files
184+
AppPackages/
185+
BundleArtifacts/
186+
Package.StoreAssociation.xml
187+
_pkginfo.txt
188+
189+
# Visual Studio cache files
190+
# files ending in .cache can be ignored
191+
*.[Cc]ache
192+
# but keep track of directories ending in .cache
193+
!*.[Cc]ache/
194+
195+
# Others
196+
ClientBin/
197+
~$*
198+
*~
199+
*.dbmdl
200+
*.dbproj.schemaview
201+
*.jfm
202+
*.pfx
203+
*.publishsettings
204+
node_modules/
205+
orleans.codegen.cs
206+
207+
# Since there are multiple workflows, uncomment next line to ignore bower_components
208+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
209+
#bower_components/
210+
211+
# RIA/Silverlight projects
212+
Generated_Code/
213+
214+
# Backup & report files from converting an old project file
215+
# to a newer Visual Studio version. Backup files are not needed,
216+
# because we have git ;-)
217+
_UpgradeReport_Files/
218+
Backup*/
219+
UpgradeLog*.XML
220+
UpgradeLog*.htm
221+
222+
# SQL Server files
223+
*.mdf
224+
*.ldf
225+
226+
# Business Intelligence projects
227+
*.rdl.data
228+
*.bim.layout
229+
*.bim_*.settings
230+
231+
# Microsoft Fakes
232+
FakesAssemblies/
233+
234+
# GhostDoc plugin setting file
235+
*.GhostDoc.xml
236+
237+
# Node.js Tools for Visual Studio
238+
.ntvs_analysis.dat
239+
240+
# Visual Studio 6 build log
241+
*.plg
242+
243+
# Visual Studio 6 workspace options file
244+
*.opt
245+
246+
# Visual Studio LightSwitch build output
247+
**/*.HTMLClient/GeneratedArtifacts
248+
**/*.DesktopClient/GeneratedArtifacts
249+
**/*.DesktopClient/ModelManifest.xml
250+
**/*.Server/GeneratedArtifacts
251+
**/*.Server/ModelManifest.xml
252+
_Pvt_Extensions
253+
254+
# Paket dependency manager
255+
.paket/paket.exe
256+
paket-files/
257+
258+
# FAKE - F# Make
259+
.fake/
260+
261+
# JetBrains Rider
262+
.idea/
263+
*.sln.iml
264+
265+
# CodeRush
266+
.cr/
267+
268+
# Python Tools for Visual Studio (PTVS)
269+
__pycache__/
270+
*.pyc

client/README.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
2+
3+
## Available Scripts
4+
5+
In the project directory, you can run:
6+
7+
### `npm start`
8+
9+
Runs the app in the development mode.<br>
10+
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
11+
12+
The page will reload if you make edits.<br>
13+
You will also see any lint errors in the console.
14+
15+
### `npm test`
16+
17+
Launches the test runner in the interactive watch mode.<br>
18+
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
19+
20+
### `npm run build`
21+
22+
Builds the app for production to the `build` folder.<br>
23+
It correctly bundles React in production mode and optimizes the build for the best performance.
24+
25+
The build is minified and the filenames include the hashes.<br>
26+
Your app is ready to be deployed!
27+
28+
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
29+
30+
### `npm run eject`
31+
32+
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
33+
34+
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
35+
36+
Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
37+
38+
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
39+
40+
## Learn More
41+
42+
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
43+
44+
To learn React, check out the [React documentation](https://reactjs.org/).

0 commit comments

Comments
 (0)