Initial commit
This commit is contained in:
146
.gitignore
vendored
Normal file
146
.gitignore
vendored
Normal file
@@ -0,0 +1,146 @@
|
||||
Skip to content
|
||||
Search or jump to…
|
||||
Pull requests
|
||||
Issues
|
||||
Marketplace
|
||||
Explore
|
||||
|
||||
@ianhitchman
|
||||
ianhitchman
|
||||
/
|
||||
boilerplate
|
||||
Public
|
||||
Code
|
||||
Issues
|
||||
Pull requests
|
||||
Actions
|
||||
Projects
|
||||
Wiki
|
||||
Security
|
||||
Insights
|
||||
Settings
|
||||
boilerplate/.gitignore
|
||||
@ianhitchman
|
||||
ianhitchman Initial commit
|
||||
Latest commit c14036b 3 minutes ago
|
||||
History
|
||||
1 contributor
|
||||
104 lines (76 sloc) 1.57 KB
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
|
||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||
lib-cov
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage
|
||||
*.lcov
|
||||
|
||||
# nyc test coverage
|
||||
.nyc_output
|
||||
|
||||
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
|
||||
.grunt
|
||||
|
||||
# Bower dependency directory (https://bower.io/)
|
||||
bower_components
|
||||
|
||||
# node-waf configuration
|
||||
.lock-wscript
|
||||
|
||||
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
||||
build/Release
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
jspm_packages/
|
||||
|
||||
# TypeScript v1 declaration files
|
||||
typings/
|
||||
|
||||
# TypeScript cache
|
||||
*.tsbuildinfo
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
# Optional eslint cache
|
||||
.eslintcache
|
||||
|
||||
# Microbundle cache
|
||||
.rpt2_cache/
|
||||
.rts2_cache_cjs/
|
||||
.rts2_cache_es/
|
||||
.rts2_cache_umd/
|
||||
|
||||
# Optional REPL history
|
||||
.node_repl_history
|
||||
|
||||
# Output of 'npm pack'
|
||||
*.tgz
|
||||
|
||||
# Yarn Integrity file
|
||||
.yarn-integrity
|
||||
|
||||
# dotenv environment variables file
|
||||
.env
|
||||
.env.test
|
||||
|
||||
# parcel-bundler cache (https://parceljs.org/)
|
||||
.cache
|
||||
|
||||
# Next.js build output
|
||||
.next
|
||||
|
||||
# Nuxt.js build / generate output
|
||||
.nuxt
|
||||
dist
|
||||
|
||||
# Gatsby files
|
||||
.cache/
|
||||
# Comment in the public line in if your project uses Gatsby and *not* Next.js
|
||||
# https://nextjs.org/blog/next-9-1#public-directory-support
|
||||
# public
|
||||
|
||||
# vuepress build output
|
||||
.vuepress/dist
|
||||
|
||||
# Serverless directories
|
||||
.serverless/
|
||||
|
||||
# FuseBox cache
|
||||
.fusebox/
|
||||
|
||||
# DynamoDB Local files
|
||||
.dynamodb/
|
||||
|
||||
# TernJS port file
|
||||
.tern-port
|
||||
© 2022 GitHub, Inc.
|
||||
Terms
|
||||
Privacy
|
||||
Security
|
||||
Status
|
||||
Docs
|
||||
Contact GitHub
|
||||
Pricing
|
||||
API
|
||||
Training
|
||||
Blog
|
||||
About
|
||||
Loading complete
|
||||
5065
.parcel-cache/11cc6bdafab19fbe.txt
Normal file
5065
.parcel-cache/11cc6bdafab19fbe.txt
Normal file
File diff suppressed because it is too large
Load Diff
BIN
.parcel-cache/65a5fa4d8fa0e548
Normal file
BIN
.parcel-cache/65a5fa4d8fa0e548
Normal file
Binary file not shown.
BIN
.parcel-cache/75bc557e654f8f55
Normal file
BIN
.parcel-cache/75bc557e654f8f55
Normal file
Binary file not shown.
BIN
.parcel-cache/8e38eec4763d0588
Normal file
BIN
.parcel-cache/8e38eec4763d0588
Normal file
Binary file not shown.
BIN
.parcel-cache/988e09a640f135a7
Normal file
BIN
.parcel-cache/988e09a640f135a7
Normal file
Binary file not shown.
BIN
.parcel-cache/9c4db7f2c4a2647c
Normal file
BIN
.parcel-cache/9c4db7f2c4a2647c
Normal file
Binary file not shown.
BIN
.parcel-cache/9f72952e370407f7
Normal file
BIN
.parcel-cache/9f72952e370407f7
Normal file
Binary file not shown.
4561
.parcel-cache/d0c49832511ab0e3.txt
Normal file
4561
.parcel-cache/d0c49832511ab0e3.txt
Normal file
File diff suppressed because it is too large
Load Diff
BIN
.parcel-cache/data.mdb
Normal file
BIN
.parcel-cache/data.mdb
Normal file
Binary file not shown.
BIN
.parcel-cache/f5616f09d26d1b6d
Normal file
BIN
.parcel-cache/f5616f09d26d1b6d
Normal file
Binary file not shown.
BIN
.parcel-cache/lock.mdb
Normal file
BIN
.parcel-cache/lock.mdb
Normal file
Binary file not shown.
1808
package-lock.json
generated
Normal file
1808
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "boilerplate",
|
||||
"description": "",
|
||||
"source": "src/index.html",
|
||||
"browserslist": "> 0.5%, last 2 versions, not dead",
|
||||
"scripts": {
|
||||
"dev": "parcel",
|
||||
"build": "parcel build"
|
||||
},
|
||||
"author": "Ian Hitchman",
|
||||
"license": "UNLICENSED",
|
||||
"devDependencies": {
|
||||
"@parcel/transformer-sass": "^2.4.1",
|
||||
"parcel": "^2.4.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@popperjs/core": "^2.11.5",
|
||||
"bootstrap": "^5.1.3",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.02"
|
||||
}
|
||||
}
|
||||
20
src/index.html
Normal file
20
src/index.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="scss/main.scss" />
|
||||
<script type="module" src="js/index.js"></script>
|
||||
</head>
|
||||
<body class="p-5">
|
||||
<h1>All done</h1>
|
||||
<div id="root">
|
||||
<div class="spinner-grow text-primary" role="status">
|
||||
<span class="visually-hidden">Loading...</span>
|
||||
</div>
|
||||
</div>
|
||||
<button class="btn btn-primary">Clickety click</button>
|
||||
</body>
|
||||
</html>
|
||||
10
src/js/index.js
Normal file
10
src/js/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// Import all Bootstrap plugins, or select individually
|
||||
import * as bootstrap from "bootstrap";
|
||||
|
||||
import ReactDOM from "react-dom";
|
||||
|
||||
const App = () => {
|
||||
return <h2>Have a nice day!</h2>;
|
||||
};
|
||||
|
||||
ReactDOM.render(<App />, document.getElementById("root"));
|
||||
7
src/scss/main.scss
Normal file
7
src/scss/main.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
@import "../../node_modules/bootstrap/scss/bootstrap";
|
||||
|
||||
body {
|
||||
h1 {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user