13,736 Results
Dainty – Nord (chroma 1, lightness 4)
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Dainty – Nord (chroma 2, lightness 0)
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Dainty – Nord (chroma 2, lightness 1)
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Dainty – Nord (chroma 2, lightness 2)
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Dainty – Nord (chroma 2, lightness 3)
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Dainty – Nord (chroma 2, lightness 4)
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Dainty – Nord (chroma 3, lightness 0)
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Dainty – Nord (chroma 3, lightness 1)
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Dainty – Nord (chroma 3, lightness 2)
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Dainty – Nord (chroma 3, lightness 3)
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Dainty – Nord (chroma 3, lightness 4)
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Dainty – Nord (chroma 4, lightness 0)
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Dainty – Nord (chroma 4, lightness 1)
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Dainty – Nord (chroma 4, lightness 2)
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Dainty – Nord (chroma 4, lightness 3)
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Dainty – Nord (chroma 4, lightness 4)
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Legendary Dark
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Umbra
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Andromeda
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Happy Hipster
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
tonic
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
1987
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Cobalt Blue
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript
Smile Dark Theme
EXPLORER
OUTLINE
PROJECT-NAME
public
src
database.ts
index.ts
.gitignore
README.md
package.json
index.ts
README.md
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
import path from 'path';
import { createDB } from './database';
const { PORT } = process.env; // Get environment variables.
const validExt = (p) => /\.[a-z0-9]{1,4}$/i.test(p);
/**
* Application factory.
* @return {App} Application instance
*/
async function createApp(config: Config): App {
return new App({
port: Number(env.PORT ?? 8000),
db: await createDB(config.db),
...config.app,
});
}
0 0
Ln 46, Col: 20
Spaces: 4
UTF-8
LF
JavaScript